SetWindowBoundsRequest

data class SetWindowBoundsRequest(windowId: WindowID, bounds: Bounds)

Represents request frame that can be used with Browser#setWindowBounds operation call.

Set position and/or size of the browser window.

See also

Constructors

SetWindowBoundsRequest
Link copied to clipboard
fun SetWindowBoundsRequest(windowId: WindowID, bounds: Bounds)

Properties

bounds
Link copied to clipboard
val bounds: Bounds
New window bounds.
windowId
Link copied to clipboard
val windowId: WindowID
Browser window id.

Sources

jvm source
Link copied to clipboard